home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / GIFLIB12.ARJ / GIF2X11.DOC < prev    next >
Text File  |  1991-05-13  |  1KB  |  38 lines

  1.             Gif2X11
  2.             --------
  3.  
  4. Program to display images saved as GIF files under X window system.
  5.  
  6.  
  7. Usage:
  8. ------
  9.  
  10. Gif2X11    [-q] [-p PosX PosY] [-d Display] [-f] [-h] GifFile
  11.  
  12. If no GifFile is given, Gif2X11 will try to read stdin for GIF file.
  13. Note no support exists for setting this program option through X data base
  14. (i.e .Xdefaults)
  15.  
  16.  
  17. Memory required:
  18. ----------------
  19.  
  20. Screen.
  21.  
  22.  
  23. Options:
  24. --------
  25.  
  26. 1. [-q] : quite mode. Default off on MSDOS, on on unix. Controls printout
  27.    of running scan lines. Use -q- to turn off.
  28. 2. [-p PosX PosY] : set the position of image on screen. By default the
  29.    program will prompt for position.
  30. 3. [-d Display] : what server should be connect to.
  31. 4. Force attempt to allocate exact colors. This usually will result with
  32.    very wrong image if not enough colors can be allocated as the rest of
  33.    them will be approximated to the closest one. By default the list bits
  34.    of the colors are stripped until success (in allocation) which looks much
  35.    better.
  36. 5. [-h] : print one command line help, similar to Usage above.
  37.  
  38.